home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-03-06 | 862 b | 39 lines | [TEXT/GEOL] |
- Item forwarded by A33 to A34
-
- Item 5498371 6-Nov-89 06:48
-
- From: NOR0042 NOD Data Nostra
-
- To: APPLE.BUGS Apple Bugs Reporting
- MACAPP.TEST MacApp SQA Team
-
- cc: MACAPP.TECH$ MacApp Technical
-
- Sub: Bug in TTranscriptView
-
- There may be a bug in MacApp 2.0B9.
- File UTranscriptView.inc1.p; Line 97
-
- In TTranscriptView.InstallTextStyle the statements:
-
- GetPort (savePort);
- SetPort (gWorkPort);
- ...
- GetPort (savePort);
-
- should probably be:
-
- GetPort (savePort);
- SetPort (gWorkPort);
- ...
- SetPort (savePort);
-
- It hasn't caused me any harm, but the construction looks strange to me.
-
- Regards,
- Sigmund Tveit
- Data Nostra A/S
- Oslo, Norway
-
-
-